ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedMultiRow Assembly / C1.Web.Mvc.TransposedMultiRow Namespace / TransposedMultiRow<T> Class / PreserveOutlineState Property

In This Topic
    PreserveOutlineState Property (TransposedMultiRow<T>)
    In This Topic
    Gets or sets a value that determines whether the grid should preserve the expanded/collapsed state of nodes when the data is refreshed.
    Syntax
    'Declaration
     
    Public Overridable Property PreserveOutlineState As Boolean
    public virtual bool PreserveOutlineState {get; set;}
    See Also